constraint solver: Fix repeat suggestions
authorMatthias Clasen <mclasen@redhat.com>
Fri, 28 Jun 2019 16:59:39 +0000 (16:59 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 30 Jun 2019 23:10:11 +0000 (00:10 +0100)
commit3d3a672deb22899d94e22b10939341c418e7bb5d
tree3f083fa7aa2db908fa691a5a2fdbe750eb85f02f
parent2f97134a082f87d5212dffc3521344a4b318de22
constraint solver: Fix repeat suggestions

We were not storing the previous value, causing
the first two suggestions to work, but not later
ones.

Fixes the test added in the previous commit.
gtk/gtkconstraintsolver.c